var github.com/vmihailenco/msgpack/v5.textMarshalerType
3 uses
github.com/vmihailenco/msgpack/v5 (current package)
encode_value.go#L69: if typ.Implements(textMarshalerType) {
encode_value.go#L85: if ptr.Implements(textMarshalerType) {
types.go#L31: textMarshalerType = reflect.TypeOf((*encoding.TextMarshaler)(nil)).Elem()
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)